From 2cc27050d99607fe665a3cc0f5592db7ad19a012 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 6 Dec 2006 21:29:36 +0000 Subject: [PATCH] Replace conversion specification %T with %H:%M:%S. %T is not fully implemented under win32. --- gpsbabel/style/gpsdrivetrack.style | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/style/gpsdrivetrack.style b/gpsbabel/style/gpsdrivetrack.style index 6112142b4..a23e14174 100644 --- a/gpsbabel/style/gpsdrivetrack.style +++ b/gpsbabel/style/gpsdrivetrack.style @@ -26,5 +26,5 @@ IFIELD LON_DECIMAL, "", "%10.6f" IFIELD ALT_METERS, "", "%10.0f" # Reports are that this format stores in local time, not GMT as # originally thought. -# IFIELD GMT_TIME, "", "%a %b %d %T %Y" -IFIELD LOCAL_TIME, "", "%a %b %d %T %Y" +# IFIELD GMT_TIME, "", "%a %b %d %H:%M:%S %Y" +IFIELD LOCAL_TIME, "", "%a %b %d %H:%M:%S %Y" -- 2.30.2